home *** CD-ROM | disk | FTP | other *** search
/ Enter 2005 May / EnterCD 5_2005.iso / Uzupelnienia / ExtendedPDF PostScript Printer 2.0 / extendedPDF PostScript Printer Installer 2.0.exe / {app} / driver / SGENPRT.PPD < prev   
Encoding:
PostScript Printer Description  |  2004-08-04  |  24.7 KB  |  596 lines

  1. *PPD-Adobe: "4.0"
  2. *% Adobe PostScript(R) Printer Description File
  3. *% Generic Printer Description File (not printer specific)
  4. *% Produced by Sun Microsystems
  5. *%
  6. *% Copyright (c) 2000 Sun Microsystems All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *% End of Copyright statement
  11. *%
  12. *% The user must print with a PostScript(R) emulator to non PostScript(R)
  13. *% printers if the system has no specific printer support. This file
  14. *% allows the user to print to most printers without any modification.
  15. *% Standard paper sizes and resolutions are defined. There are some
  16. *% additional definitions for screen or online documents in this file.
  17. *% To print to a PostScript(R) printer, use the specific PPD file.
  18.  
  19. *% ===== General =====
  20.  
  21. *FormatVersion: "4.0"
  22. *FileVersion: "1.0"
  23. *LanguageEncoding: ISOLatin1
  24. *LanguageVersion: English
  25. *PSVersion: "(1) 1"
  26. *Product: "(Generic Printer)"
  27. *ModelName: "Generic Printer"
  28. *NickName: "Generic Printer"
  29. *PCFileName: "SGENPRT.PPD"
  30.  
  31.  
  32. *% ===== Basic Capabilities and Defaults =====
  33.  
  34. *ColorDevice: True
  35. *DefaultColorSpace: RGB
  36. *LanguageLevel: "2"
  37.  
  38. *% --- For None Color or old PostScript(R) printers use following lines ---
  39. *% *ColorDevice: False
  40. *% *DefaultColorSpace: Gray
  41. *% *LanguageLevel: "1"
  42.  
  43. *FreeVM: "8388608"
  44. *VariablePaperSize: True
  45. *FileSystem: False
  46. *Throughput: "8"
  47. *Password: "0"
  48. *ExitServer: "
  49.  count 0 eq   % is the password on the stack?
  50.  { true }
  51.  { dup          % potential password
  52.    statusdict /checkpassword get exec not
  53.  } ifelse
  54.  {    %  if no password or not valid
  55.    (WARNING : Cannot perform the exitserver command.) =
  56.    (Password supplied is not valid.) =
  57.    (Please contact the author of this software.) = flush
  58.    quit
  59.  } if
  60.  serverdict /exitserver get exec
  61. "
  62. *End
  63. *Reset: "
  64.  count 0 eq   % is the password on the stack?
  65.  { true }
  66.  { dup          % potential password
  67.    statusdict /checkpassword get exec not
  68.  } ifelse
  69.  {    %  if no password or not valid
  70.    (WARNING : Cannot reset printer.) =
  71.    (Password supplied is not valid.) =
  72.    (Please contact the author of this software.) = flush
  73.    quit
  74.  } if
  75.  serverdict /exitserver get exec
  76.  systemdict /quit get exec
  77.  (WARNING : Printer Reset Failed.) = flush
  78. "
  79. *End
  80.  
  81.  
  82. *% ===== Resolution =====
  83.  
  84. *OpenUI *Resolution: PickOne
  85. *OrderDependency: 50 AnySetup *Resolution
  86. *DefaultResolution: 300dpi
  87. *Resolution 72dpi: "1 dict dup /HWResolution [72 72] put setpagedevice"
  88. *Resolution 144dpi: "1 dict dup /HWResolution [144 144] put setpagedevice"
  89. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  90. *Resolution 360dpi: "1 dict dup /HWResolution [360 360] put setpagedevice"
  91. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  92. *Resolution 720dpi: "1 dict dup /HWResolution [720 720] put setpagedevice"
  93. *Resolution 1200dpi: "1 dict dup /HWResolution [1200 1200] put setpagedevice"
  94. *Resolution 1440dpi: "1 dict dup /HWResolution [1440 1440] put setpagedevice"
  95. *Resolution 2400dpi: "1 dict dup /HWResolution [2400 2400] put setpagedevice"
  96. *?Resolution: "
  97.  save
  98.  currentpagedevice /HWResolution get
  99.  0 get
  100.  (            ) cvs print (dpi) = flush
  101.  restore
  102. "
  103. *End
  104. *CloseUI: *Resolution
  105.  
  106. *ResScreenFreq 72dpi: "60.0"
  107. *ResScreenFreq 144dpi: "60.0"
  108. *ResScreenFreq 300dpi: "60.0"
  109. *ResScreenFreq 360dpi: "60.0"
  110. *ResScreenFreq 600dpi: "60.0"
  111. *ResScreenFreq 720dpi: "60.0"
  112. *ResScreenFreq 1200dpi: "60.0"
  113. *ResScreenFreq 1440dpi: "60.0"
  114. *ResScreenFreq 2400dpi: "60.0"
  115. *ResScreenAngle 72dpi: "45.0"
  116. *ResScreenAngle 144dpi: "45.0"
  117. *ResScreenAngle 300dpi: "45.0"
  118. *ResScreenAngle 360dpi: "45.0"
  119. *ResScreenAngle 600dpi: "45.0"
  120. *ResScreenAngle 720dpi: "45.0"
  121. *ResScreenAngle 1200dpi: "45.0"
  122. *ResScreenAngle 1440dpi: "45.0"
  123. *ResScreenAngle 2400dpi: "45.0"
  124.  
  125.  
  126. *% ===== Halftone =====
  127.  
  128. *ContoneOnly: False
  129. *DefaultHalftoneType: 1
  130. *ScreenFreq: "60.0"
  131. *ScreenAngle: "45.0"
  132. *DefaultScreenProc: Dot
  133. *ScreenProc Dot: "
  134.  { abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub
  135.  dup mul add 1 sub } { dup mul exch dup mul add 1 exch sub }
  136.  ifelse } bind
  137. "
  138. *End
  139. *ScreenProc Line: "{ exch pop abs neg } bind"
  140. *ScreenProc Ellipse: "
  141.  { abs exch abs 2 copy mul exch 4 mul add 3 sub dup 0
  142.  lt { pop dup mul exch .75 div dup mul add 4 div 1 exch sub }
  143.  { dup 1 gt { pop 1 exch sub dup mul exch 1 exch sub  .75 div
  144.  dup mul add 4 div 1 sub }
  145.  { .5 exch sub exch pop exch pop } ifelse  } ifelse } bind
  146. "
  147. *End
  148. *ScreenProc Cross: "{ abs exch abs 2 copy gt { exch } if pop neg } bind"
  149.  
  150. *DefaultTransfer: Null
  151. *Transfer Null: "{ } bind"
  152. *Transfer Null.Inverse: "{ 1 exch sub } bind"
  153.  
  154.  
  155. *% ===== Paper =====
  156.  
  157. *OpenUI *PageSize: PickOne
  158. *OrderDependency: 30 AnySetup *PageSize
  159. *DefaultPageSize: Letter
  160. *PageSize A0: "<</PageSize [2384 3370] /ImagingBBox null>> setpagedevice"
  161. *PageSize A1: "<</PageSize [1684 2384] /ImagingBBox null>> setpagedevice"
  162. *PageSize A2: "<</PageSize [1191 1684] /ImagingBBox null>> setpagedevice"
  163. *PageSize A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  164. *PageSize A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  165. *PageSize A5: "<</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  166. *PageSize A6: "<</PageSize [297 420] /ImagingBBox null>> setpagedevice"
  167. *PageSize B4: "<</PageSize [728 1032] /ImagingBBox null>> setpagedevice"
  168. *PageSize B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  169. *PageSize B6: "<</PageSize [363 516] /ImagingBBox null>> setpagedevice"
  170. *PageSize Legal/US Legal: "<</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  171. *PageSize Letter/US Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  172. *PageSize Executive: "<</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  173. *PageSize Statement: "<</PageSize [396 612] /ImagingBBox null>> setpagedevice"
  174. *PageSize Tabloid/US Tabloid: "<</PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  175. *PageSize Ledger/Ledger Landscape: "<</PageSize [1224 792] /ImagingBBox null>> setpagedevice"
  176. *PageSize AnsiC/US C: "<</PageSize [1224 1584] /ImagingBBox null>> setpagedevice"
  177. *PageSize AnsiD/US D: "<</PageSize [1584 2448] /ImagingBBox null>> setpagedevice"
  178. *PageSize AnsiE/US E: "<</PageSize [2448 3168] /ImagingBBox null>> setpagedevice"
  179. *PageSize ARCHA/ARCH A: "<</PageSize [648 864] /ImagingBBox null>> setpagedevice"
  180. *PageSize ARCHB/ARCH B: "<</PageSize [864 1296] /ImagingBBox null>> setpagedevice"
  181. *PageSize ARCHC/ARCH C: "<</PageSize [1296 1728] /ImagingBBox null>> setpagedevice"
  182. *PageSize ARCHD/ARCH D: "<</PageSize [1728 2592] /ImagingBBox null>> setpagedevice"
  183. *PageSize ARCHE/ARCH E: "<</PageSize [2592 3456] /ImagingBBox null>> setpagedevice"
  184. *PageSize EnvMonarch/Monarch Envelope: "<</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  185. *PageSize EnvDL/DL Envelope: "<</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  186. *PageSize EnvC4/C4 Envelope: "<</PageSize [649 918] /ImagingBBox null>> setpagedevice"
  187. *PageSize EnvC5/C5 Envelope: "<</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  188. *PageSize EnvC6/C6 Envelope: "<</PageSize [323 459] /ImagingBBox null>> setpagedevice"
  189. *PageSize Env10/C10 Envelope: "<</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  190. *PageSize EnvC65/C65 Envelope: "<</PageSize [324 648] /ImagingBBox null>> setpagedevice"
  191. *PageSize Folio: "<</PageSize [595 935] /ImagingBBox null>> setpagedevice"
  192. *?PageSize: "
  193.  save
  194.  currentpagedevice /PageSize get aload pop
  195.  2 copy gt {exch} if
  196.  (Unknown)
  197.  32 dict
  198.  dup [2384 3370] (A0) put
  199.  dup [1684 2384] (A1) put
  200.  dup [1191 1684] (A2) put
  201.  dup [842 1191] (A3) put
  202.  dup [595 842] (A4) put
  203.  dup [420 595] (A5) put
  204.  dup [297 420] (A6) put
  205.  dup [728 1032] (B4) put
  206.  dup [516 729] (B5) put
  207.  dup [363 516] (B6) put
  208.  dup [612 1008] (Legal) put
  209.  dup [612 792] (Letter) put
  210.  dup [522 756] (Executive) put
  211.  dup [396 612] (Statement) put
  212.  dup [792 1224] (Tabloid) put
  213.  dup [1224 792] (Ledger) put
  214.  dup [1224 1584] (AnsiC) put
  215.  dup [1584 2448] (AnsiD) put
  216.  dup [2448 3168] (AnsiE) put
  217.  dup [648 864] (ARCHA) put
  218.  dup [864 1296] (ARCHB) put
  219.  dup [1296 1728] (ARCHC) put
  220.  dup [1728 2592] (ARCHD) put
  221.  dup [2592 3456] (ARCHE) put
  222.  dup [279 540] (EnvMonarch) put
  223.  dup [312 624] (EnvDL) put
  224.  dup [649 918] (EnvC4) put
  225.  dup [459 649] (EnvC5) put
  226.  dup [323 459] (EnvC6) put
  227.  dup [297 684] (Env10) put
  228.  dup [324 648] (EnvC65) put
  229.  dup [595 935] (Folio) put
  230.  { exch aload pop 4 index sub abs 5 le exch
  231.    5 index sub abs 5 le and
  232.  { exch pop exit } { pop } ifelse
  233.  } bind forall
  234.  = flush pop pop
  235.  restore
  236. "
  237. *End
  238. *CloseUI: *PageSize
  239.  
  240. *OpenUI *PageRegion: PickOne
  241. *OrderDependency: 40 AnySetup *PageRegion
  242. *DefaultPageRegion: Letter
  243. *PageRegion A0: "<</PageSize [2384 3370] /ImagingBBox null>> setpagedevice"
  244. *PageRegion A1: "<</PageSize [1684 2384] /ImagingBBox null>> setpagedevice"
  245. *PageRegion A2: "<</PageSize [1191 1684] /ImagingBBox null>> setpagedevice"
  246. *PageRegion A3: "<</PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  247. *PageRegion A4: "<</PageSize [595 842] /ImagingBBox null>> setpagedevice"
  248. *PageRegion A5: "<</PageSize [420 595] /ImagingBBox null>> setpagedevice"
  249. *PageRegion A6: "<</PageSize [297 420] /ImagingBBox null>> setpagedevice"
  250. *PageRegion B4: "<</PageSize [728 1032] /ImagingBBox null>> setpagedevice"
  251. *PageRegion B5: "<</PageSize [516 729] /ImagingBBox null>> setpagedevice"
  252. *PageRegion B6: "<</PageSize [363 516] /ImagingBBox null>> setpagedevice"
  253. *PageRegion Legal/US Legal: "<</PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  254. *PageRegion Letter/US Letter: "<</PageSize [612 792] /ImagingBBox null>> setpagedevice"
  255. *PageRegion Executive: "<</PageSize [522 756] /ImagingBBox null>> setpagedevice"
  256. *PageRegion Statement: "<</PageSize [396 612] /ImagingBBox null>> setpagedevice"
  257. *PageRegion Tabloid/US Tabloid: "<</PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  258. *PageRegion Ledger/Ledger Landscape: "<</PageSize [1224 792] /ImagingBBox null>> setpagedevice"
  259. *PageRegion AnsiC/US C: "<</PageSize [1224 1584] /ImagingBBox null>> setpagedevice"
  260. *PageRegion AnsiD/US D: "<</PageSize [1584 2448] /ImagingBBox null>> setpagedevice"
  261. *PageRegion AnsiE/US E: "<</PageSize [2448 3168] /ImagingBBox null>> setpagedevice"
  262. *PageRegion ARCHA/ARCH A: "<</PageSize [648 864] /ImagingBBox null>> setpagedevice"
  263. *PageRegion ARCHB/ARCH B: "<</PageSize [864 1296] /ImagingBBox null>> setpagedevice"
  264. *PageRegion ARCHC/ARCH C: "<</PageSize [1296 1728] /ImagingBBox null>> setpagedevice"
  265. *PageRegion ARCHD/ARCH D: "<</PageSize [1728 2592] /ImagingBBox null>> setpagedevice"
  266. *PageRegion ARCHE/ARCH E: "<</PageSize [2592 3456] /ImagingBBox null>> setpagedevice"
  267. *PageRegion EnvMonarch/Monarch Envelope: "<</PageSize [279 540] /ImagingBBox null>> setpagedevice"
  268. *PageRegion EnvDL/DL Envelope: "<</PageSize [312 624] /ImagingBBox null>> setpagedevice"
  269. *PageRegion EnvC4/C4 Envelope: "<</PageSize [649 918] /ImagingBBox null>> setpagedevice"
  270. *PageRegion EnvC5/C5 Envelope: "<</PageSize [459 649] /ImagingBBox null>> setpagedevice"
  271. *PageRegion EnvC6/C6 Envelope: "<</PageSize [323 459] /ImagingBBox null>> setpagedevice"
  272. *PageRegion Env10/C10 Envelope: "<</PageSize [297 684] /ImagingBBox null>> setpagedevice"
  273. *PageRegion EnvC65/C65 Envelope: "<</PageSize [324 648] /ImagingBBox null>> setpagedevice"
  274. *PageRegion Folio: "<</PageSize [595 935] /ImagingBBox null>> setpagedevice"
  275. *CloseUI: *PageRegion
  276.  
  277. *DefaultImageableArea: Letter
  278. *ImageableArea A0: "0 0 2384 3370"
  279. *ImageableArea A1: "0 0 1684 2384"
  280. *ImageableArea A2: "0 0 1191 1684"
  281. *ImageableArea A3: "18 18 824 1173"
  282. *ImageableArea A4: "18 18 577 824"
  283. *ImageableArea A5: "18 18 402 577"
  284. *ImageableArea A6: "18 18 279 402"
  285. *ImageableArea B4: "18 18 710 1014"
  286. *ImageableArea B5: "18 18 498 711"
  287. *ImageableArea B6: "18 18 345 498"
  288. *ImageableArea Legal: "18 18 594 990"
  289. *ImageableArea Letter: "18 18 594 774"
  290. *ImageableArea Executive: "18 18 504 738"
  291. *ImageableArea Statement: "18 18 378 594"
  292. *ImageableArea Tabloid: "18 18 774 1206"
  293. *ImageableArea Ledger: "18 18 1206 774"
  294. *ImageableArea AnsiC: "0 0 1224 1584"
  295. *ImageableArea AnsiD: "0 0 1584 2448"
  296. *ImageableArea AnsiE: "0 0 2448 3168"
  297. *ImageableArea ARCHA: "0 0 648 864"
  298. *ImageableArea ARCHB: "0 0 864 1296"
  299. *ImageableArea ARCHC: "0 0 1296 1728"
  300. *ImageableArea ARCHD: "0 0 1728 2592"
  301. *ImageableArea ARCHE: "0 0 2592 3456"
  302. *ImageableArea EnvMonarch: "0 0 279 540"
  303. *ImageableArea EnvDL: "0 0 312 624"
  304. *ImageableArea EnvC4: "0 0 649 918"
  305. *ImageableArea EnvC5: "0 0 459 649"
  306. *ImageableArea EnvC6: "0 0 323 459"
  307. *ImageableArea Env10: "0 0 297 684"
  308. *ImageableArea EnvC65: "0 0 324 648"
  309. *ImageableArea Folio: "0 0 595 935"
  310.  
  311. *DefaultPaperDimension: Letter
  312. *PaperDimension A0: "2384 3370"
  313. *PaperDimension A1: "1684 2384"
  314. *PaperDimension A2: "1191 1684"
  315. *PaperDimension A3: "842 1191"
  316. *PaperDimension A4: "595 842"
  317. *PaperDimension A5: "420 595"
  318. *PaperDimension A6: "297 420"
  319. *PaperDimension B4: "728 1032"
  320. *PaperDimension B5: "516 729"
  321. *PaperDimension B6: "363 516"
  322. *PaperDimension Legal: "612 1008"
  323. *PaperDimension Letter: "612 792"
  324. *PaperDimension Executive: "522 756"
  325. *PaperDimension Statement: "396 612"
  326. *PaperDimension Tabloid: "792 1224"
  327. *PaperDimension Ledger: "1224 792"
  328. *PaperDimension AnsiC: "1224 1584"
  329. *PaperDimension AnsiD: "1584 2448"
  330. *PaperDimension AnsiE: "2448 3168"
  331. *PaperDimension ARCHA: "648 864"
  332. *PaperDimension ARCHB: "864 1296"
  333. *PaperDimension ARCHC: "1296 1728"
  334. *PaperDimension ARCHD: "1728 2592"
  335. *PaperDimension ARCHE: "2592 3456"
  336. *PaperDimension EnvMonarch: "279 540"
  337. *PaperDimension EnvDL: "312 624"
  338. *PaperDimension EnvC4: "649 918"
  339. *PaperDimension EnvC5: "459 649"
  340. *PaperDimension EnvC6: "323 459"
  341. *PaperDimension Env10: "297 684"
  342. *PaperDimension EnvC65: "324 648"
  343. *PaperDimension Folio: "595 935"
  344.  
  345. *% ===== Duplex =====
  346. *OpenUI *Duplex/Duplex: PickOne
  347. *OrderDependency: 30 AnySetup *Duplex
  348. *DefaultDuplex: Simplex
  349. *Duplex Simplex: ""
  350. *Duplex None/Off: "
  351. <</Duplex false /Tumble false
  352.   /Policies << /Duplex 1 /Tumble 1 >>
  353. >> setpagedevice"
  354. *Duplex DuplexNoTumble/Long edge:"
  355. <</Duplex true /Tumble false
  356.   /Policies << /Duplex 1 /Tumble 1 >>
  357. >> setpagedevice"
  358. *Duplex DuplexTumble/Short edge:"
  359. <</Duplex true /Tumble true
  360.   /Policies << /Duplex 1 /Tumble 1 >>
  361. >> setpagedevice"
  362. *End
  363. *CloseUI: *Duplex
  364.  
  365. *% ===== ManualFeed ===
  366. *OpenUI *ManualFeed/Manual Feed: Boolean
  367. *OrderDependency: 15 AnySetup *ManualFeed
  368. *DefaultManualFeed: False
  369. *ManualFeed False: "
  370. << /ManualFeed false /Policies << /ManualFeed 1 >> >> setpagedevice"
  371. *ManualFeed True: "
  372. << /ManualFeed true /Policies << /ManualFeed 1 >> >> setpagedevice"
  373. *End
  374. *CloseUI: *ManualFeed
  375.  
  376. *% ===== Fonts =====
  377.  
  378. *DefaultFont: Courier
  379. *Font AvantGarde-Book: Standard "(001.002)" Standard ROM
  380. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  381. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  382. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  383. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  384. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  385. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  386. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  387. *Font Courier: Standard "(001.000)" Standard ROM
  388. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  389. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  390. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  391. *Font Helvetica: Standard "(001.000)" Standard ROM
  392. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  393. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  394. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  395. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  396. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  397. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  398. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  399. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  400. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  401. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  402. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  403. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  404. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  405. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  406. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  407. *Font Symbol: Special "(001.001)" Special ROM
  408. *Font Times-Bold: Standard "(001.000)" Standard ROM
  409. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  410. *Font Times-Italic: Standard "(001.000)" Standard ROM
  411. *Font Times-Roman: Standard "(001.000)" Standard ROM
  412. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  413. *Font ZapfDingbats: Special "(001.000)" Special ROM
  414. *?FontQuery: "
  415.  save
  416.  {
  417.  count 1 gt
  418.  {
  419.  exch dup 127 string cvs (/) print print (:) print
  420.  /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  421.  }
  422.  { exit } ifelse
  423.  } bind loop
  424.  (*) = flush
  425.  restore
  426. "
  427. *End
  428.  
  429. *?FontList: "
  430.  save
  431.  (*) {cvn ==} 128 string /Font resourceforall
  432.  (*) = flush
  433.  restore
  434. "
  435. *End
  436.  
  437.  
  438. *% === Printer Messages ===
  439.  
  440. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  441. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  442. *Message: "\FontName\ not found, using Courier"
  443.  
  444. *% Status (format: %%[ status: <one of these> %%] )
  445. *Status: "idle"
  446. *Status: "busy"
  447. *Status: "waiting"
  448. *Status: "printing"
  449. *Status: "PrinterError: timeout, clearing printer"
  450. *Status: "PrinterError: paper entry misfeed"
  451. *Status: "PrinterError: warming up"
  452. *Status: "PrinterError: service call"
  453. *Status: "PrinterError: no toner cartridge"
  454. *Status: "PrinterError: no paper tray"
  455. *Status: "PrinterError: cover open"
  456. *Status: "PrinterError: resetting printer"
  457. *Status: "PrinterError: out of paper"
  458. *Status: "PrinterError: timeout"
  459. *Status: "PrinterError: manual feed timeout"
  460.  
  461. *% Input Sources (format: %%[ status: <stat>; source: <one of these>]%% )
  462.  
  463. *% Printer Error (format: %%[ PrinterError: <one of these>]%%)
  464. *PrinterError: "timeout, clearing printer"
  465. *PrinterError: "paper entry misfeed"
  466. *PrinterError: "warming up"
  467. *PrinterError: "service call"
  468. *PrinterError: "no toner cartridge"
  469. *PrinterError: "no paper tray"
  470. *PrinterError: "cover open"
  471. *PrinterError: "resetting printer"
  472. *PrinterError: "out of paper"
  473. *PrinterError: "timeout"
  474. *PrinterError: "manual feed timeout"
  475.  
  476.  
  477. *% ===== Color Separation =====
  478.  
  479. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  480. *InkName: ProcessBlack/Process Black
  481. *InkName: CustomColor/Custom Color
  482. *InkName: ProcessCyan/Process Cyan
  483. *InkName: ProcessMagenta/Process Magenta
  484. *InkName: ProcessYellow/Process Yellow
  485.  
  486. *% --- For 60 lpi / 72 dpi ---
  487. *ColorSepScreenAngle ProcessBlack.60lpi.72dpi/60 lpi / 72 dpi: "45"
  488. *ColorSepScreenAngle CustomColor.60lpi.72dpi/60 lpi / 72 dpi: "45"
  489. *ColorSepScreenAngle ProcessCyan.60lpi.72dpi/60 lpi / 72 dpi: "15"
  490. *ColorSepScreenAngle ProcessMagenta.60lpi.72dpi/60 lpi / 72 dpi: "75"
  491. *ColorSepScreenAngle ProcessYellow.60lpi.72dpi/60 lpi / 72 dpi: "0"
  492. *ColorSepScreenFreq ProcessBlack.60lpi.72dpi/60 lpi / 72 dpi: "60"
  493. *ColorSepScreenFreq CustomColor.60lpi.72dpi/60 lpi / 72 dpi: "60"
  494. *ColorSepScreenFreq ProcessCyan.60lpi.72dpi/60 lpi / 72 dpi: "60"
  495. *ColorSepScreenFreq ProcessMagenta.60lpi.72dpi/60 lpi / 72 dpi: "60"
  496. *ColorSepScreenFreq ProcessYellow.60lpi.72dpi/60 lpi / 72 dpi: "60"
  497.  
  498. *% --- For 60 lpi / 144 dpi ---
  499. *ColorSepScreenAngle ProcessBlack.60lpi.144dpi/60 lpi / 144 dpi: "45"
  500. *ColorSepScreenAngle CustomColor.60lpi.144dpi/60 lpi / 144 dpi: "45"
  501. *ColorSepScreenAngle ProcessCyan.60lpi.144dpi/60 lpi / 144 dpi: "15"
  502. *ColorSepScreenAngle ProcessMagenta.60lpi.144dpi/60 lpi / 144 dpi: "75"
  503. *ColorSepScreenAngle ProcessYellow.60lpi.144dpi/60 lpi / 144 dpi: "0"
  504. *ColorSepScreenFreq ProcessBlack.60lpi.144dpi/60 lpi / 144 dpi: "60"
  505. *ColorSepScreenFreq CustomColor.60lpi.144dpi/60 lpi / 144 dpi: "60"
  506. *ColorSepScreenFreq ProcessCyan.60lpi.144dpi/60 lpi / 144 dpi: "60"
  507. *ColorSepScreenFreq ProcessMagenta.60lpi.144dpi/60 lpi / 144 dpi: "60"
  508. *ColorSepScreenFreq ProcessYellow.60lpi.144dpi/60 lpi / 144 dpi: "60"
  509.  
  510. *% --- For 60 lpi / 300 dpi ---
  511. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  512. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  513. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  514. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  515. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  516. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  517. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  518. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  519. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  520. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  521.  
  522. *% --- For 60 lpi / 360 dpi ---
  523. *ColorSepScreenAngle ProcessBlack.60lpi.360dpi/60 lpi / 360 dpi: "45"
  524. *ColorSepScreenAngle CustomColor.60lpi.360dpi/60 lpi / 360 dpi: "45"
  525. *ColorSepScreenAngle ProcessCyan.60lpi.360dpi/60 lpi / 360 dpi: "15"
  526. *ColorSepScreenAngle ProcessMagenta.60lpi.360dpi/60 lpi / 360 dpi: "75"
  527. *ColorSepScreenAngle ProcessYellow.60lpi.360dpi/60 lpi / 360 dpi: "0"
  528. *ColorSepScreenFreq ProcessBlack.60lpi.360dpi/60 lpi / 360 dpi: "60"
  529. *ColorSepScreenFreq CustomColor.60lpi.360dpi/60 lpi / 360 dpi: "60"
  530. *ColorSepScreenFreq ProcessCyan.60lpi.360dpi/60 lpi / 360 dpi: "60"
  531. *ColorSepScreenFreq ProcessMagenta.60lpi.360dpi/60 lpi / 360 dpi: "60"
  532. *ColorSepScreenFreq ProcessYellow.60lpi.360dpi/60 lpi / 360 dpi: "60"
  533.  
  534. *% --- For 71 lpi / 600 dpi ---
  535. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  536. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  537. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  538. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  539. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  540. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  541. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  542. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  543. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  544. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  545.  
  546. *% --- For 71 lpi / 720 dpi ---
  547. *ColorSepScreenAngle ProcessBlack.71lpi.720dpi/71 lpi / 720 dpi: "45.0"
  548. *ColorSepScreenAngle CustomColor.71lpi.720dpi/71 lpi / 720 dpi: "45.0"
  549. *ColorSepScreenAngle ProcessCyan.71lpi.720dpi/71 lpi / 720 dpi: "71.5651"
  550. *ColorSepScreenAngle ProcessMagenta.71lpi.720dpi/71 lpi / 720 dpi: "18.4349"
  551. *ColorSepScreenAngle ProcessYellow.71lpi.720dpi/71 lpi / 720 dpi: "0.0"
  552. *ColorSepScreenFreq ProcessBlack.71lpi.720dpi/71 lpi / 720 dpi: "70.7107"
  553. *ColorSepScreenFreq CustomColor.71lpi.720dpi/71 lpi / 720 dpi: "70.7107"
  554. *ColorSepScreenFreq ProcessCyan.71lpi.720dpi/71 lpi / 720 dpi: "63.2456"
  555. *ColorSepScreenFreq ProcessMagenta.71lpi.720dpi/71 lpi / 720 dpi: "63.2456"
  556. *ColorSepScreenFreq ProcessYellow.71lpi.720dpi/71 lpi / 720 dpi: "66.6667"
  557.  
  558. *% --- For 100 lpi / 1200 dpi ---
  559. *ColorSepScreenAngle ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  560. *ColorSepScreenAngle CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "45.0"
  561. *ColorSepScreenAngle ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "15.0"
  562. *ColorSepScreenAngle ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "75.0"
  563. *ColorSepScreenAngle ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "0.0"
  564. *ColorSepScreenFreq ProcessBlack.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  565. *ColorSepScreenFreq CustomColor.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  566. *ColorSepScreenFreq ProcessCyan.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  567. *ColorSepScreenFreq ProcessMagenta.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  568. *ColorSepScreenFreq ProcessYellow.100lpi.1200dpi/100 lpi / 1200 dpi: "100.0"
  569.  
  570. *% --- For 100 lpi / 1440 dpi ---
  571. *ColorSepScreenAngle ProcessBlack.100lpi.1440dpi/100 lpi / 1440 dpi: "45.0"
  572. *ColorSepScreenAngle CustomColor.100lpi.1440dpi/100 lpi / 1440 dpi: "45.0"
  573. *ColorSepScreenAngle ProcessCyan.100lpi.1440dpi/100 lpi / 1440 dpi: "15.0"
  574. *ColorSepScreenAngle ProcessMagenta.100lpi.1440dpi/100 lpi / 1440 dpi: "75.0"
  575. *ColorSepScreenAngle ProcessYellow.100lpi.1440dpi/100 lpi / 1440 dpi: "0.0"
  576. *ColorSepScreenFreq ProcessBlack.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  577. *ColorSepScreenFreq CustomColor.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  578. *ColorSepScreenFreq ProcessCyan.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  579. *ColorSepScreenFreq ProcessMagenta.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  580. *ColorSepScreenFreq ProcessYellow.100lpi.1440dpi/100 lpi / 1440 dpi: "100.0"
  581.  
  582. *% --- For 175 lpi / 2400 dpi ---
  583. *ColorSepScreenAngle ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  584. *ColorSepScreenAngle CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "45.0"
  585. *ColorSepScreenAngle ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "15.0"
  586. *ColorSepScreenAngle ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "75.0"
  587. *ColorSepScreenAngle ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "0.0"
  588. *ColorSepScreenFreq ProcessBlack.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  589. *ColorSepScreenFreq CustomColor.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  590. *ColorSepScreenFreq ProcessCyan.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  591. *ColorSepScreenFreq ProcessMagenta.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  592. *ColorSepScreenFreq ProcessYellow.175lpi.2400dpi/175 lpi / 2400 dpi: "175.0"
  593.  
  594. *% Last Edit Date: March 24 2000
  595. *% end of PPD file
  596.